Skip to content

Conversation

@chipbarnaby
Copy link
Contributor

Description

Initial implementation of IZXFER flow multiplier scheme to support zone multiplier modeling approach.

Only DOAS air source is implemented. Interzone flow multipliers should be considered and added if needed.

Stub documentation provided.

Copy link
Contributor

@nealkruis nealkruis left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title also needs to be more descriptive.

src/cgcomp.cpp Outdated
oa_exhAF.af_Init();
float supVf = 0.f;
float exhVf = 0.f;
// float exhVf = 0.f; not used
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This should just be removed instead of commented.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Expanded comments and retained.


**izLinkedFlowMult=*float***

Flow multiplier TODO
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This is not complete.

src/cgcomp.cpp Outdated
AIRSTATE zoneAir;
zpx->zn_GetAirStateLs( zoneAir);
float rhoX = zpx->zn_rho0ls;
// exhVf -= izx->iz_vfMin * izx->iz_linkedFlowMult;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

@chipbarnaby chipbarnaby changed the title Flowmult IZXFER izLinkedFlowMult re support of models using zone multiplier(s) Jun 12, 2023
@nealkruis nealkruis merged commit b65543b into main Jun 13, 2023
@nealkruis nealkruis deleted the flowmult branch June 13, 2023 15:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants